Maven plugin development [closed]
Posted
by
Eugen Martynov
on Programmers
See other posts from Programmers
or by Eugen Martynov
Published on 2012-06-12T13:33:31Z
Indexed on
2012/06/12
16:48 UTC
Read the original article
Hit count: 221
philosophy
|maven
Pre: I'm new with Maven. I used a lot of ant before.
Qst: I decided to switch my project to maven since there are a lot of dependencies. But I have custom step in package phase (I'm BB dev - packing and signing) which is not available in maven yet. To process these tasks I have to download additional execs/jars. Is it common/have sense in Maven philosophy to load additional tools?
Sure I could call ant from maven but it's not a question. Any helpful book about maven phases, philosophy and uses?
© Programmers or respective owner